'Declaration<DispIdAttribute(27)> Function GetBlockBottom( _ ByVal OCRResultID As String, _ ByVal BlockIdx As Integer _ ) As Integer
[DispId(27)] int GetBlockBottom( string OCRResultID, int BlockIdx )
function GetBlockBottom(
OCRResultID: String;
BlockIdx: Integer
): Integer;
DispIdAttribute(27) function GetBlockBottom( OCRResultID : String, BlockIdx : int ) : int;
[DispId(27)] int GetBlockBottom( string* OCRResultID, int BlockIdx )
[DispId(27)] int GetBlockBottom( String^ OCRResultID, int BlockIdx )
Parameters
- OCRResultID
- BlockIdx
